home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / game / data / sds_amiga.lha / qtools_files / libs / gif.h next >
Encoding:
C/C++ Source or Header  |  1998-07-15  |  687 b   |  19 lines

  1. /* This file is automatically generated by a2ixlibrary. Do not change.
  2.    Only shared library sources can include this header, do not use this header
  3.    in your own programs! */
  4. #ifndef UNDEF_amiga_gif
  5.  
  6. extern void *__AsciiTable_gif_shared_ptr;
  7. extern void *__GifQuietPrint_gif_shared_ptr;
  8. extern void *___GifError_gif_shared_ptr;
  9. #define AsciiTable (*((__typeof__(AsciiTable) *)__AsciiTable_gif_shared_ptr))
  10. #define GifQuietPrint (*((__typeof__(GifQuietPrint) *)__GifQuietPrint_gif_shared_ptr))
  11. #define _GifError (*((__typeof__(_GifError) *)___GifError_gif_shared_ptr))
  12. #define UNDEF_amiga_gif
  13. #else
  14. #undef AsciiTable
  15. #undef GifQuietPrint
  16. #undef _GifError
  17. #undef UNDEF_amiga_gif
  18. #endif
  19.